home *** CD-ROM | disk | FTP | other *** search
- object reg: Treg
- Left = 200
- Top = 108
- Width = 173
- Height = 247
- Caption = 'Register'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Visible = True
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object Label2: TLabel
- Left = 16
- Top = 96
- Width = 18
- Height = 13
- Caption = 'Key'
- end
- object Edit1: TEdit
- Left = 16
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 16
- Top = 120
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object BitBtn1: TBitBtn
- Left = 40
- Top = 176
- Width = 75
- Height = 25
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- end
-